home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / GEQTHack / GEQTHack.src / GEAbout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-24  |  338 b   |  30 lines  |  [TEXT/MMCC]

  1. /*
  2.     GEAbout.h
  3.     
  4.     Graphic Elements © 1994 About Box
  5.     
  6.     Copyright 1995 by Al Evans. All rights reserved.
  7.     
  8.     6/11/95
  9.     
  10. */
  11.  
  12. #include "GraphElements.h"
  13.  
  14. #define rAboutBox 10000
  15.  
  16. #define aboutBoxPlane    20000
  17.  
  18. #define aboutBoxID        'ABT '
  19.  
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23.  
  24. void PutUpAboutBox(GEWorldPtr world);
  25.  
  26.  
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30.